﻿/* google fonts */

@import url('c9e1b5dc2b1b4169961debffbf206f94.css');

/* theme default css */

body {
    font-family: '微软雅黑', sans-serif;
    font-weight: normal;
    font-style: normal;
}

img {
    max-width: 100%;
    height: auto;
    transition: all 0.3s ease-out 0s;
}

a,
.button,
.btn {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

.btn:focus,
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus,
.form-control:focus {
    outline: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-color: inherit;
    background: #fff;
    color: #000;
}

button {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: '微软雅黑', sans-serif;
    font-weight: normal;
    color: #2b2b2b;
    margin: 0px;
    padding: 0px;
    font-style: normal;
    font-weight: 400;
    text-transform: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none
}

p {
    font-family: '微软雅黑', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    color: #1a2b3c;
    margin: 0px;
}

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

label {
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

*::-moz-selection {
    background: #d6b161;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #106ad2;
    color: #fff;
    text-shadow: none;
}

*::-moz-placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}

*::placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}

@-webkit-keyframes sk-stretchdelay {

    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {

    0%,
    40%,
    100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}
/*banner*/
#main_promo{
    /*height:850px;*/
    width:100%;
    position:relative;
    top:0;
    margin-left:-50%;
    left:50%;
    overflow:hidden;
    z-index:0;
}
.promoWD{
    width:100%;
    position:relative;
}
.slide{
    display:block;
    float:left;
    width:1920px;
}
.slide img {
    width: 100%;
}

@media screen and (max-width: 1366px) {
    .slide{
        width:1366px;
    }
}
@media screen and (max-width: 1440px) {
    .slide{
        width:1440px;
    }
}
@media screen and (max-width: 1600px) {
    .slide{
        width:1600px;
    }
}
@media screen and (max-width: 1680px) {
    .slide{
        width:1680px;
    }
}

#dots{
    height:8px;
    position:absolute;
    bottom:30px;
    left:45%;
    z-index:99;
}
#dots li{
    width:30px;
    height:8px;
    float:left;
    margin-left: 10px;
}
#dots li a{
    width:30px;
    display:block;
    height:8px;
    background-color:#DDDDDD;
}
#dots li.act a{
    background-color:#002c85;
}
.picshow {
    width: 100%;
    float: left;
    margin-right: 3%;
}
.picshow .pic_box{
    width: 100%;
    max-height: 400px;
    min-height:400px;
    overflow: hidden;
    position: relative;
}
.picshow .box-1 ul{
    width: 100%;
}
.picshow .box-1 ul li{
    width: 100%;
    max-height: 400px;
    min-height:400px;
    position: relative;
    overflow: hidden;
}
.picshow .box-1 ul li img{
    display:block;
    width: 100%;
    max-height: 400px;
    min-height:400px;
}
.picshow .box-1 ul li h2{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50px;
    width:100%;
    background: rgba(0,0,0,.7);
    text-indent: 20px;
    font-size: 15px;
    line-height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: normal;
    color: ghostwhite;
}
.picshow .box-2{
    position: absolute;
    right: 10px;
    bottom: 14px;
}
.picshow .box-2 ul li{
    float:left;
    width: 8px;
    height: 8px;
    overflow: hidden;
    margin: 0 5px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    text-indent: 100px;
    cursor: pointer;
}
.picshow .box-2 ul .on{
    background: #fff;
}
/* header area css */

.sticky {
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, .07);
    z-index: 9999;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    background: #ffffff;
    transition: .3s;
}

.header-logo {
    margin-top: 26px;
}

.header-logo a {
    display: block;
}

.header-top-area {
    background-color: #222;
    font-size: 16px;
    padding: 10px 0;
}

.header-top-area a,
.header-top-area {
    color: #fff;
}

.header-top-area i {
    color: #f7be49;
}

/* main menu area css */
.main-menu ul {
    display: inline-block;
}

.main-menu nav > ul > li {
    display: inline-block;
    position: relative;
}

.main-menu nav > ul > li:last-child a {
    padding-right: 0
}

.main-menu nav > ul > li:first-child a {
    padding-left: 0
}

.main-menu nav > ul > li > a {
    color: #111111;
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding: 27px 20px;
    transition: all 0.3s ease 0s;
    line-height: 1.25;
    font-family: '微软雅黑', sans-serif;
    text-transform: capitalize;
}

.main-menu nav > ul > li:hover > a,
.main-menu nav > ul > li.active > a {
    color: #002c85;
    font-size: 20px;
    font-weight: bold;
    /*background: url(../picture/menu_bot.png) center bottom no-repeat;*/
}

/* sub menu */
.main-menu nav > ul > li .sub-menu {
    background: #1e4193 none repeat scroll 0 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    border-radius: 8px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 100%;
    transition: all 0.4s ease-out;
    visibility: hidden;
    width: 140px;
    z-index: 9;
    transform-origin: top;
    transform: scaleY(0);
    top: 70px;
    padding: 10px 0;
}

.main-menu nav > ul > li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}

.main-menu nav > ul > li .sub-menu li {
    display: block;
    position: relative;
}

.main-menu nav > ul > li .sub-menu li a {
    color: #fff;
    font-size: 15px;
    margin: 0;
    padding: 6px 20px;
    text-transform: capitalize;
    display: block;
    font-family: '微软雅黑', sans-serif;
}

.main-menu nav > ul > li:hover > .sub-menu li > a:hover {
    color: #fff;
    text-decoration: underline;
}

/* sub menu */
.main-menu nav > ul > li > .sub-menu > li > .sub-menu {
    background: #ffffff none repeat scroll 0 0;
    border-top: 3px solid #ff60a3;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    left: 100%;
    opacity: 0;
    position: absolute;
    top: 120%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 220px;
    z-index: 9;
}

.main-menu nav > ul > li > .sub-menu > li:hover .sub-menu {
    top: 0 !important;
    opacity: 1;
    top: 100%;
    visibility: visible
}

.header-top-btn {
    margin: 24px 0 0 35px;
    display: inline-block;
}

/* search form area css */

ul.header-search {
    margin: 37px 0 0 30px;
    display: inline-block;
}

ul.header-search li a {
    color: #111111;
}

ul.header-search li a:hover {
    color: #ff60a3;
}

#search-overlay {
    display: none;
}

.search-form-area {
    background-image: -moz-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    background-image: -webkit-linear-gradient(178deg, rgba(47, 50, 212, 0.9) 0%, rgba(113, 66, 247, .9) 100%);
    background-image: -ms-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    text-align: center;
    border: #a0a0a0 solid 1px;
    margin: 0;
    z-index: 99999;
}

.search-form-area:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: 0;
}

.search-form-centered {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    padding: 10px 15px;
    color: #FFF;
    border: none;
    background: transparent;
}

#search-box {
    position: relative;
    width: 100%;
    margin: 0;
}

.search-form input.form-control {
    box-shadow: none;
    color: #777777;
    height: 80px;
    background: #f8f8f8;
    border: none;
    border-radius: 30px;
    padding: 20px 30px;
}

.search-form button {
    background-image: -moz-linear-gradient(178deg, rgb(255, 153, 165) 0%, rgb(255, 96, 163) 100%);
    background-image: -webkit-linear-gradient(178deg, rgb(255, 153, 165) 0%, rgb(255, 96, 163) 100%);
    background-image: -ms-linear-gradient(178deg, rgb(255, 153, 165) 0%, rgb(255, 96, 163) 100%);
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    line-height: 42px;
    border-width: 0;
    border-radius: 30px;
    cursor: pointer;
    padding: 9px 50px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
}

#close-btn {
    position: fixed;
    top: 1em;
    right: 1em;
}

#close-btn:hover {
    color: #ff60a3;
    cursor: pointer;
}

/* hero area css */

.hero-bg {
    /*background-image: url(../images/banner_pic.png);
    background-position: center center;
    background-size: cover;*/
    color: #fff;
    /*height: 850px;*/
}

.hero-content {
    padding-top: 180px;
}

.hero-content h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 25px;
}

.hero-content p {
    font-size: 24px;
    color: #fff;
    margin-bottom: 25px;
    line-height: 1.50;
}

.hero-btn a.btn:first-child {
    margin-right: 35px;
}

.hero-mobile-img {
    margin-top: 240px;
}

.style-shape {
    position: absolute;
}

.hero-style-shape .shape-1 {
    top: 10%;
    left: 0px;
}

.hero-style-shape .shape-2 {
    top: 0;
    right: 0;
    opacity: .8;
}

.hero-style-shape .shape-3 {
    right: 10%;
    bottom: 19%;
}

/* about area css */

.about-content h3 {
    font-size: 25px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 22px 0;
}

.about-content h3 span {
    color: #ff60a3;
}
.about-content ul {
    margin-bottom: 25px;
}
.about-content h4 {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 15px 0;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.about-content p {
    font-size: 15px;
    color: #999;
    margin: 0 0 15px 0;
}
/* counter area css */

.single-counter {
    position: relative;
}
.sin_bg1 {
    background: url(../picture/stat_pic1.png) left center no-repeat;
    position: relative;
}
.sin_bg2 {
    background: url(../picture/stat_pic2.png) left center no-repeat;
}
.sin_bg3 {
    background: url(../picture/stat_pic3.png) left center no-repeat;
}
.sin_bg4 {
    background: url(../picture/stat_pic4.png) left center no-repeat;
}
.single-counter h2 {
    color: #234092;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 7px;
    position: relative;
}
.single-counter b {
    width: 100%;
    position: relative;
}
.single-counter b sup {
    position: absolute;
    font-size: 20px;
    right: -70px;
    top: 0;
    color: #234092;
}
.single-counter b em {
    font-style: normal;
    font-weight: normal;
    position: absolute;
    font-size: 18px;
    right: -60px;
    top: 15px;
    color: #234092;
}
.single-counter::before {
    width: 1px;
    height: 40px;
    position: absolute;
    content: "";
    background: #c6c7cb;
    right: -65px;
    top: 19px;
    bottom: 0;
}

.single-counter:nth-child(3)::before {
    display: none;
}

.col-xl-3:last-child .single-counter::before {
    display: none;
}

.col-xl-4:last-child .single-counter::before {
    display: none;
}

.single-counter span {
    font-size: 16px;
    color: #4c4c4c;
    font-family: '微软雅黑', sans-serif;
    font-weight: normal;
}

.company_con_l {
    padding-top: 100px;
    padding-left: 15%;
    padding-right: 10%;
}
.company_con_l p {
    color:#fff;
    line-height: 32px;
}
.company_con_l p img {
    padding-bottom: 30px;
}
/* features area css */

.single-features {
    background: #ffffff;
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.14);
    padding: 45px 40px;
    position: relative;
}

.features-shape {
    position: absolute;
    left: 0;
    bottom: 0;
}

.apork-features-area .col-xl-4:nth-child(odd) .single-features {
    margin-top: 40px;
}

.single-features h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.25;
    margin: 30px 0 15px 0;
}

.fbs-1 {
    left: 11%;
    top: 26%;
    opacity: .5;
}

.fbs-2 {
    right: 0;
    bottom: -70px;
    opacity: .5;
}

/* videos area css */

.apork-videos {
    box-shadow: 0px 0px 136px 0px rgba(0, 0, 0, 0.06);
}

.videos-icon-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.videos-icon-text i {
    background-image: -moz-linear-gradient(178deg, rgb(255, 153, 165) 0%, rgb(255, 96, 163) 100%);
    background-image: -webkit-linear-gradient(178deg, rgb(255, 153, 165) 0%, rgb(255, 96, 163) 100%);
    background-image: -ms-linear-gradient(178deg, rgb(255, 153, 165) 0%, rgb(255, 96, 163) 100%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    height: 140px;
    width: 140px;
    color: #fff;
    font-size: 30px;
    line-height: 140px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    animation: heartbeat 1s infinite alternate;
}

.videos-icon-text h3 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 15px;
}

/* screen shots area css */

.swiper-container {
    width: 100%;
    padding-bottom: 70px;
}

.swiper-slide {
    width: 430px;
    height: auto;
    padding: 0 15px;
}

.swiper-slide img {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.14);
}

.swiper-slide.swiper-slide-active img {
    box-shadow: 0px 27px 40px 0px rgba(0, 0, 0, 0.14);
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0;
}

.swiper-pagination-bullet {
    background: #005bac none repeat scroll 0 0;
    border-radius: 30%;
    display: inline-block;
    height: 15px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    width: 15px;
    transition: all .3s;
}

.swiper-pagination-bullet-active {
    background: #e05928;
    border: medium none;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    width: 30px;
    height: 15px;
    border-radius: 7.5px;
}

/* call to action area css */
.cta-area {
    background-position: center center;
    background-size: cover;
    background-attachment: inherit;
    position: relative;
    height: 100%;
    background-image: url(../images/cta-bg.png);
    background-color: #1a2b3c;
    background-repeat: no-repeat;
}

.cta-area:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    background-image: -webkit-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    background-image: -ms-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    opacity: 0.851;
}

.cta-content h3 {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    line-height: 1.20;
    display: inline-block;
}

.cta-content h3 i {
    color: #ff60a3;
}

.cta-btn {
    margin: 13px 0;
}

/* pricing table area css */

.pricing-area {
    padding-top: 100px;
}

.pricing-area.pricing-area-3 {
    margin-top: 0px;
}

ul.price-nav {
    display: inline-block;
    border-radius: 30px;
}

ul.price-nav li {
    display: inline-block;
}

.price-header h4 {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 22px;
    color: #30323d;
    font-family: '微软雅黑', sans-serif;
}

ul.price-nav li a {

    padding: 20px 40px;
    line-height: 1;
    color: #333;
    font-size: 18px;
}

ul.price-nav li a.active {
    color: #1c4297;
    font-weight: bold;
    border:solid 1px #1c4297;
}

.pricing-area {
    margin-bottom: -240px;
}

.single-price-area {
    background: transparent;
    padding: 0;
    position: relative;
    overflow: hidden;
}


.single-price-area.active .price-header h2 {
    color: #7142f7;
}

.single-price-area.active {
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
}

.single-price-area.active .single-price-bg{
    opacity: 0.7;
    visibility: visible;
    bottom: -10px;
}
.single-price-area.active .btn-type-5 {
    background-image: -moz-linear-gradient(178deg, rgb(255, 153, 165) 0%, rgb(255, 96, 163) 100%);
    background-image: -webkit-linear-gradient(178deg, rgb(255, 153, 165) 0%, rgb(255, 96, 163) 100%);
    background-image: -ms-linear-gradient(178deg, rgb(255, 153, 165) 0%, rgb(255, 96, 163) 100%);
    color: #fff;
}

.single-price-area.active .btn-type-5 i {
    color: #fff;
    margin-right: 0;
    opacity: 1;
    visibility: visible;
}


.price-header {
    position: relative;
    margin-bottom: 25px;
    
}
.price-header.bd {
    box-shadow: 10px 10px 10px 10px rgba(0,0,0,0,.1)
    width：100%;
    background: #fff;
    min-height: 240px;
    max-height: 240px;
    text-align: center;
}
.price-header.bd img {
    width: auto;
    height: auto;
}
.price-header img {
    width: 100%;
}
.price-header img.bd4 {
    border:solid 4px #be5a5b;
}
.price-header h2 {
    font-size: 60px;
    color: #ff60a3;
    font-weight: 500;
    font-family: '微软雅黑', sans-serif;
    transition: all .3s;
}
.price-item-list h4 {
    font-size: 16px;
    font-weight: normal;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.price-item-list p {
    font-size:13px;
    line-height: 25px;
    color: #929292;
    margin-top: 6px;
}
.price-item-list .news_time {
    font-size: 13px;
    color: #666666;
}
.price-item-list .news_time span {
    display: inline-block;
    width: 33px;
    height: 1px;
    background: #a0a0a0;
    vertical-align: super;
    margin-right: 5px;
}
.price-item-list .news_time label {
    margin-bottom: 0;
}
.page {
    margin: 0px auto;
    text-align: center;
    margin-top: 30px;
    width: 100%;
    float: left;
}
.page a {
    font-size: 12px;
    color: #999;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    display: inline-block;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}
.page a.active {
    background: #1c4297;
    color: #fff;
}
.page a:hover {
    background: #1c4297;
    color: #fff;
}
.writing_list {
    width: 100%;
}

.writing_list ul li {
    padding: 20px 0;
    border-bottom: 1px solid #e6e6e6;
    float: left;
    width: 100%;
}

.writing_list ul li a {
    font-size: 16px;
    color: #333;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    
}
.writing_lis ul li a.hover {
    color: #005bac;
}
.writing_list ul li a:before {
    content: '';
    display: inline-block;
    background: url("../picture/x9_03.png") left top no-repeat;
    width: 6px;
    height: 9px;
    margin: 0 20px;
}
.writing_list ul li span {
    font-size: 13px;
    color: #666666;
    float: left;
}
.writing_list ul li span.wd {
    width: calc(100% - 50%);
}
.writing_list ul li span.left {
    margin-left: 80px;
    float: right;
}
.back {
    text-align: right;
    width: 100%;
}
.back a {
    display: inline-block;
    font-size: 13px;
    color: #333333;
}
.detail_box {
    width: 100%;
}
.detail_box h1 {
    font-size: 30px;
    color: #333333;
    text-align: center;
    margin: 30px auto;
}
.detail_from {
    margin-bottom: 39px;
    text-align: center;
}
.detail_from p {
    font-size: 16px;
    color: #666666;
    display: inline-block;
    margin: 0 133px;
}
.paragraph {
    padding-bottom: 50px;
}
.paragraph p img {
    width: 100%;
}
.paragraph p {
    font-size: 15px;
    color: #333333;
    line-height: 27px;
    margin-top: 27px;
}
/*job*/
.job_title {
    width: 100%;
    text-align: center;
}
.job_title span {
    border:dashed 1px #002c85;
    color: #002c85;
    font-size: 16px;
    padding: 8px 18px;
}
.job_title span.none {
    border: none;
    font-size: 24px;
    padding: 0 8px;
}
.job_list {
    width: 100%;
}
.job_list ul li {
    font-size: 16px;
    color: #666666;
}
.job_list .p80 {
    padding-right: 80px;
    color: #333;
    font-size: 16px;
    padding-top: 50px;
    float: left;
}
.job_show {
    padding: 20px 0 10px 0;
    border-bottom: 1px dashed #cccccc;
    width: 100%;
    float: left;
}
.job_show h4 {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}
.job_show h4 span {
    float: right;
    font-size: 16px;
    font-weight: normal;
}
.job_show p {
    text-align: right;
    margin:15px 0 0 0;
    width: 20%;
    float: left;
}
.job_show p.w5 {
    width: 40%;
}
.job_show p span {
    line-height: 30px;
    color: #333;
    font-size: 16px;
}
.job_show p span.b {
    color: #000;
    margin-left: 150px;
}
.job_show p span.b1 {
    margin-left: 20px;
}
.job_show p span.b2 {
    color: #ff5400;
    font-weight: bold;
    margin-left: 150px;
}
.job_button {
    width: 100px;
    height: 30px;
    margin-left: 150px;
    /*background: url(../picture/job_but.png) left top no-repeat;*/
    cursor: pointer;
    border: none;
}
.job_text {
    font-size: 13px;
    color: #666666;
    padding: 25px 0;
    display: none;
    width: 100%;
    float: left;
}
.job_text p {
    line-height: 35px;
    width: 100%;
    text-align: left;
    margin:0;
}
/*about*/
.price-menu-box.bg {
    background: #f5f5f5;
    height: 80px;
    line-height: 80px;
}
ul.price-nav1 {
    display: inline-block;
    border-radius: 30px;
}
ul.price-nav1 li {
    display: inline-block;
}
ul.price-nav1 li {
    padding: 20px 50px;
    line-height: 1;
    color: #333;
    font-size: 18px;
}
ul.price-nav1 li a {
    line-height: 1;
    color: #333;
    font-size: 18px;
}
ul.price-nav1 li a.active {
    color: #e05a28;
    font-weight: bold;
}
ul.price-nav2 {
    display: inline-block;
    width: 80%;
}
ul.price-nav2 li {
    display: inline-block;
    background: url(../picture/pro_pic6.png) left bottom repeat-x;
    width: 33%;
    height: 70px;
}
ul.price-nav2 li a {
    padding: 20px 0;
    line-height: 1;
    color: #333;
    font-size: 18px;
    height: 70px;
}
ul.price-nav2 li a.active {
    color: #e05a28;
    font-weight: bold;
    background: url(../picture/pro_pic5.png) center bottom no-repeat;
}
/*pro*/
.pro_anli {
    margin:0 auto;
    width: 80%;
}
.pro_anli.mt50 {
    margin-top: 70px;
}
.pro_anli.mb50 {
    margin-top: 30px;
    margin-bottom: 70px;
}
.pro_anli h2 {
    font-size: 30px;
    color: #1e4195;
    font-weight: bold;
    border-bottom: solid 1px #d9d9d9;
    padding-bottom: 15px;
}
.pro_anli h2 span.or {
    color: #e05928;
    font-size: 20px;
}
.pro_anli h2 span.line {
    color: #999999;
    font-size: 20px;
    padding: 0 8px;
}
.pro_anli h2 span.en {
    font-size: 18px;
    color: #999;
}
.proname {
    font-size: 18px;
    color: #333;
    padding: 15px 0;
    text-align: center;
}
.box{
    text-align: center;
    overflow: hidden;
    position: relative;
    border:#ebebeb solid 1px;
    box-shadow: 4px rgba(0, 0, 0, 0, .5);
    height: 240px;
    cursor: pointer;
    width: 100%;
}
.box.bg {
    background: #f9f9fb;
}
.box:before{
    content: "";
    width: 0;
    height: 100%;
    background: #1e4195;
    padding: 14px 18px;
    position: absolute;
    top: 0;
    left: 50%;
    opacity: 0;
    transition: all 500ms cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
.box:hover:before{
    width: 100%;
    left: 0;
    opacity: 0.8;
}
.box img{
    width: auto;
    height: auto;
    margin-top: 50px;
}
.box .box-content{
    width: 100%;
    height: 240px;
    vertical-align: middle;
    padding: 18px;
    color: #fff;
    text-align: left;
    position: absolute;
    left: 0;
    top: 15px;
}
.box .post{
    font-size: 16px;
    line-height: 30px;
    text-transform: capitalize;
    opacity: 0;
    transition: all 0.5s ease 0s;
}
.box:hover .post{
    opacity: 1;
    transition-delay: 0.7s;
}
/*about*/
.about_tab1 {
    width: 100%;
    margin:0 auto;
    margin-top: 50px;
    float: left;
    margin-bottom: 70px;
}
.about_tab1 p {
    width: 80%;
    margin:0 auto;
    position: relative;
}
.about_tab1 ul {
    width: 100%;
    background: #f5f5f5;
    float: left;
    margin: 130px 0;
}
.about_tab1 ul.bgnone {
    background: none;
    margin: 100px 0;
}
.about_tab1 .company {
    width: 80%;
    margin:0 auto;
    position: relative;
}
.about_tab1 .com_left {
    width: 60%;
    float: left;
    padding: 50px 50px 50px 0;
}
.about_tab1 .com_left p {
    width: 100%;
    text-indent: 36px;
    padding-bottom: 15px;
    font-size: 16px;
    color: #333;
    line-height: 36px;
}
.about_tab1 .company img {
    position: absolute;
    top: -80px;
}
.about_tab2 {
    background: url(../picture/about_pic4.jpg) left top no-repeat;
    float: left;
    width: 100%;
    height: 752px;
}
.kb_con {width: 80%; margin:0 auto;}
.kb_con ul {
    float: left;
    width: 25%;
    position:relative;
    background: none;
    margin:140px 0 70px 0;
}
.kb_con ul i.no1 {
    background:url(../picture/about-pic6.png) no-repeat;
    width:44px;
    height:68px;
    display:block;
    position:absolute;
    top:-68px;
    left: 47%;
    z-index: 99;
}
.kb_con ul .line1 {
    position: absolute;
    left: 52%;
    background: url(../picture/about_line1.png) left center repeat-x;
    width: 48%;
    height: 10px;
    z-index: 90;
    top: -50px;
}
.kb_con ul .line2 {
    position: absolute;
    left: 0;
    background: url(../picture/about_line1.png) left center repeat-x;
    width: 100%;
    height: 10px;
    z-index: 90;
    top: -50px;
}
.kb_con ul .line3 {
    position: absolute;
    left: 0;
    background: url(../picture/about_line1.png) left center repeat-x;
    width: 53%;
    height: 10px;
    z-index: 90;
    top: -50px;
}
.kb_con ul:hover i.no1 {
    background:url(../picture/about-pic5.png) no-repeat;
}
.kb_con ul:hover .line1,.kb_con ul:hover .line2,.kb_con ul:hover .line3 {
    background: url(../picture/about_line2.png) left center repeat-x;
}
.kb_con li {
    float: left;
    display:block;
    width: 90%;
    margin: 0 5%;
    background:#ebebeb;
    border-radius: 20px;
}
.kb_con li .p25 {
    padding: 25px;
}
.kb_con li h3 {
    font-size: 24px;
    font-weight: bold;
    color: #e05928;
    line-height: 48px;
    padding-bottom: 8px;
}

.kb_con li h4 {
    height: 4px;
    width: 60px;
    background: #e05928;
}
.kb_con li p {
    font-size: 16px;
    color: #333;
    line-height: 36px;
}
.kb_con li:hover h3 {
    color: #fff;
}
.kb_con li:hover h4 {
    background: #fff;
}
.kb_con li:hover p {
    color: #fff;
}
.kb_con li img {
    width: 100%;
    min-height: 120px;
    max-height: 160px;
    border-radius: 8px;
    margin-top: 20px;
}
.kb_con li:hover { background:#e05928; color: #fff; cursor: pointer;}
/* faq area css */

.faq-shape {
    position: absolute;
    right: -35px;
    top: 3px;
    z-index: -1;
}

.aprok-accordion-wrapper p {
    margin: 0;
    font-size: 15px;
}

.aprok-accordion-wrapper .card {
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 73px 0px rgba(0, 0, 0, 0.09);
    border: 0;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.aprok-accordion-wrapper .btn {
    background-image: -moz-linear-gradient(178deg, rgb(255, 153, 165) 0%, rgb(255, 96, 163) 100%);
    background-image: -webkit-linear-gradient(178deg, rgb(255, 153, 165) 0%, rgb(255, 96, 163) 100%);
    background-image: -ms-linear-gradient(178deg, rgb(255, 153, 165) 0%, rgb(255, 96, 163) 100%);
    border-radius: 15px 15px 0 0;
    display: block;
    text-align: left;
    padding: 30px 35px;
    font-size: 18px;
    border: none;
    font-family: '微软雅黑', sans-serif;
    font-weight: 700;
}

.aprok-accordion-wrapper .btn.collapsed {
    background: #fff;
    border-radius: 15px;
}

.aprok-accordion-wrapper .card-header:first-child {
    border-radius: 15px;
}

.aprok-accordion-wrapper .card-header {
    padding: 0;
    border-bottom: 1px solid transparent;
}

.aprok-accordion-wrapper .card-body {
    padding: 30px 50px 30px 35px;
}

.aprok-accordion-wrapper .accordion > .card:first-of-type {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}

.aprok-accordion-wrapper .accordion > .card {
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
}

.aprok-accordion-wrapper h2 a.btn {
    color: #fff;
    position: relative;
}

.aprok-accordion-wrapper h2 a.btn:hover {
    color: #fff;
}

.aprok-accordion-wrapper h2 a.btn.collapsed {
    color: #30323d;
}

.aprok-accordion-wrapper h2 a.btn::after {
    content: "-";
    position: absolute;
    right: 25px;
    top: 30px;
    height: 25px;
    width: 25px;
    background: #fff;
    color: #000;
    text-align: center;
    line-height: 25px;
    border-radius: 30px;
}

.aprok-accordion-wrapper h2 a.btn.collapsed::after {
    content: "+";
    background-image: -moz-linear-gradient(178deg, rgb(255, 153, 165) 0%, rgb(255, 96, 163) 100%);
    background-image: -webkit-linear-gradient(178deg, rgb(255, 153, 165) 0%, rgb(255, 96, 163) 100%);
    background-image: -ms-linear-gradient(178deg, rgb(255, 153, 165) 0%, rgb(255, 96, 163) 100%);
    color: #fff;
}

.faq-thumb img {
    margin-left: -45px;
}

.faq-bottom-area h2 {
    font-weight: 600;
    font-size: 30px;
    color: #30323d;
    line-height: 40px;
}

/* testimonial area css */

.apork-testimonial-area {
    background-position: center center;
    background-size: cover;
    background-attachment: inherit;
    position: relative;
    background-image: url(../images/testimonial-bg.png);
    background-color: #1a2b3c;
}

.apork-testimonial-area:before {
    background-image: -moz-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    background-image: -webkit-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    background-image: -ms-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.851;
}

.single-testimonial p {
    font-size: 26px;
    color: #fff;
    font-style: italic;
    line-height: 1.50;
}

.single-testimonial .title-desig {
    margin: 40px 0;
}

.single-testimonial .title-desig h4 {
    color: #ff60a3;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: '微软雅黑', sans-serif;
}

.single-testimonial .title-desig h4 span {
    text-transform: lowercase;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-left: 20px;
    padding-left: 20px;
    position: relative;
}

.single-testimonial .title-desig h4 span:after {
    position: absolute;
    left: -3px;
    content: '-';
    font-size: 18px;
    top: 1px;
}

.single-testimonial img {
    width: 110px !important;
    height: 110px;
    margin: 0 auto;
    border-radius: 50%;
}

.testimonial-wraper .owl-nav div {
    left: 35%;
    position: absolute;
    bottom: 8%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    text-align: center;
    line-height: 30px;
    font-size: 30px !important;
    color: #fff !important;
    background: transparent !important;
    border-radius: 0px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.testimonial-wraper .owl-nav div.owl-next {
    left: auto;
    right: 35%;
}

/* latest blog area css */

.blog-img-wraper {
    position: relative;
}

.blog-img-wraper img {
    width: 100%;
    max-height: 435px;
    min-height: 295px;
}

.blog-datetime {
    position: absolute;
    left: 0;
    bottom: 25px;
    background: #ff60a3;
    color: #fff;
    padding: 12px 18px;
    border-radius: 0 15px 15px 0;
    font-size: 14px;
    font-weight: 700;
    transform-origin: left;
    transform: scaleX(0);
    transition: all 0.4s ease-out;
    visibility: hidden;
    opacity: 0;
}

.single-blog-wraper:hover .blog-datetime {
    opacity: 1;
    visibility: visible;
    transform: scaleX(1);
}

.single-blog-wraper:hover .blog-content-wrap a {
    color: #ff60a3;
}
.blog-content-wrap {
    padding: 15px 3px 15px 15px;
}
.blog-content-wrap h3 {
    font-size: 28px;
    font-weight: bold;
    margin: 20px;
    color: #fff;
}
.blog-content-wrap p {
    margin: 0 20px;
    color:#fff;
    font-size: 16px;
    line-height: 30px;
}
.blog-content-wrap.bg1 {
    background:#005bac;
    height: 295px;
}
.blog-content-wrap.bg2 {
    background:#fff;
    height: 295px;
}
.blog-content-wrap.bg3 {
    background:#484848;
    height: 295px;
}
.blog-content-wrap a {
    color: #1a2b3c;
    font-size: 22px;
    font-family: '微软雅黑', sans-serif;
    font-weight: 500;
    margin-bottom: 15px;
    display: block;
}

.blog-content-wrap p {
    font-size: 15px;
}

/* subscribe area css */

.apork-subscribe-area {
    background-position: center center;
    background-size: cover;
    background-attachment: inherit;
    position: relative;
    background-image: url(../images/subscribe-bg.jpg);
    background-color: #1a2b3c;
}

.subscribe-title h3 {
    color: #fff;
    font-size: 36px;
    font-weight: 500;
    text-transform: capitalize;
}

.subscribe-form input {
    width: 100%;
    height: 76px;
    border: none;
    background: #fff;
    padding: 0 33px;
    border-radius: 40px;
    font-size: 18px;
    color: #30323d;
}

.subscribe-form form {
    position: relative;
}

.subscribe-form form button {
    position: absolute;
    right: 8px;
    top: 8px;
    bottom: 8px;
}

/* client slider area css */

.single-client {
    padding: 0px 30px;
}

/* footer area css */

.apork-footer-area {
    background-position: center center;
    background-size: cover;
    background-attachment: inherit;
    background-color: #101d3f;
}

/* wedget 1 css */

.widget-1 {}

.widget-1 p {
    color: #fff;
    font-size: 15px;
}

ul.footer-social {
    padding-top: 30px;
    margin-top: 25px;
    border-top: 1px solid #ff60a3;
}

ul.footer-social li {
    display: inline-block;
    margin-right: 25px;
}

ul.footer-social li a {
    color: #fff;
    font-size: 16px;
}

ul.footer-social li a i {}

.footer-logo {
    margin-bottom: 28px;
}

/* wedget 2 css */

.footer-widget > h3 {
    font-weight: 500;
    color: #fff;
    margin-bottom: 25px;
    text-transform: capitalize;
    font-size: 28px;
}

.widget-2 .media-body p {
    color: #fff;
    font-size: 16px;
    /*text-transform: capitalize;*/
    font-family: '微软雅黑', sans-serif;
    display: block;
    line-height: 38px;
}

.widget-2 .media-body {
    margin-left: 18px;
}

.widget-2 .media-body .post-date {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: '微软雅黑', sans-serif;
}

.widget-2 .media-box .media {
    margin-bottom: 18px;
}

.widget-2 .media-box .media:last-child {
    margin-bottom: 20px;
}

/* wedget 3 css */

ul.gallery-all-img {}

ul.gallery-all-img li {
    display: inline-block;
    margin: 0 15px 15px 0;
    width: 100px;
    height: 100px;
}

ul.gallery-all-img li:nth-child(3),
ul.gallery-all-img li:nth-child(6) {
    margin-right: 0;
}

ul.gallery-all-img li:nth-child(4),
ul.gallery-all-img li:nth-child(5) {
    margin-bottom: 0;
}

.gallery-all-img p {
    color:#fff;
	text-align:center;
}

.footer-copyright p {
    color: #f0f0f0;
    font-size: 13px;
    line-height: 30px;
}

.footer-copyright {
    margin: 10px 0;
}

.footer-copyright p a {
    color: #fff;
    font-weight: 700;
}

/* breadcrumb area css */

.apork-breadcrumb-area {
    background-position: center center;
    background-size: cover;
    position: relative;
    background-image: url(../picture/news_banner.jpg);
    height: 300px;
}

.apork-breadcrumb-job {
    background-position: left center;
    background-size: cover;
    position: relative;
    background-image: url(../picture/job_pic.jpg);
    height: 300px;
}
.apork-breadcrumb-about {
    background-position: center center;
    background-size: cover;
    position: relative;
    background-image: url(../picture/about_pic.jpg);
    height: 300px;
}
.apork-breadcrumb-pro {
    background-position: center center;
    background-size: cover;
    position: relative;
    background-image: url(../picture/pro_pic4.jpg);
    height: 300px;
}
.apork-breadcrumb-ser {
    background-position: center center;
    background-size: cover;
    position: relative;
    background-image: url(../picture/service_pic1.jpg);
    height: 300px;
}
.breadcrumb .breadcrumb-item {
    font-family: '微软雅黑', sans-serif;
    font-size: 24px;
}



/* sidebar wedget area css */

.single-sid-wdg {
    margin-bottom: 50px;
}

.sid-wdg-title {
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 30px;
    color: #1a2b3c;
    padding: 15px;
    background: #f7faff;
    position: relative;
    line-height: 1;
}

.sid-wdg-title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #ff60a3;
}

/* widget search area css */

.wdg-search-form {
    position: relative;
}

button.submit-btn {
    background: #f7faff none repeat scroll 0 0;
    border: 1px solid #f1f1f1;
    color: #1a2b3c;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 25px;
    padding: 15px 30px;
    display: inline-block;
    border-radius: 0;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    border-left-color: #f7faff;
}

.wdg-search-form input {
    height: 57px;
    border-radius: 0;
    box-shadow: none;
    color: #1a2b3c;
    background: transparent;
    border: 1px solid #f1f1f1;
    width: 100%;
    padding: 20px;
    font-family: '微软雅黑', sans-serif;
    font-size: 15px;
    text-transform: capitalize;
}

.wdg-search-form input :focus {
    background: transparent !important;
    border: 1px solid #98cb2b;
}

/* widget latest post area css */

.single-wdg-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.single-wdg-post:last-child {
    margin-bottom: 0;
}

.wdg-post-img {
    min-width: 100px;
    height: auto;
}

.wdg-post-content {
    padding-left: 12px;
}

.wdg-post-content h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #1a2b3c;
}

.single-wdg-post:hover .wdg-post-content h5 a {
    color: #ff60a3;
}

.wdg-post-content span {
    margin-top: 10px;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #777777;
}

/* widget post archive area css */

.wdg-post-archive li {
    margin-bottom: 25px;
}

.wdg-post-archive li:last-child {
    margin-bottom: 0;
}

.wdg-post-archive li a {
    font-size: 15px;
    color: #757575;
    font-weight: 400;
    display: block;
    text-transform: capitalize;
}

.wdg-post-archive li:hover a {
    color: #ff60a3;
}

.wdg-post-archive li a span {
    float: right;
}

/* widget tags area css */

.tag-list li {
    display: inline-block;
    margin: 0px 5px 10px 0px;
}

.tag-list li a {
    font-size: 13px;
    line-height: 24px;
    color: #1a2b3c;
    padding: 10px 15px;
    border: 1px solid #f1f1f1;
    display: block;
    transition: all .2s;
    text-transform: capitalize;
    border-radius: 20px;
}

.tag-list li a:hover {
    background: #ff60a3;
    color: #fff;
}

/* blog details area css */

.blog-details-content p {
    font-size: 15px;
}

.block-quote {
    background: #f7faff;
    border-left: 6px solid #ff60a3;
    padding: 35px 20px 35px 30px;
    box-shadow: 0px 0px 30px 0px rgba(26, 43, 60, 0.15);
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    margin: 40px 0;
}

.block-quote:before {
    content: url(assets/img/blog/quote.png);
    position: absolute;
    bottom: -22px;
    right: 15%;
}

.block-quote p {
    color: #1a2b3c;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
}

/* blog details share & comments */

.blog-share-comments-area {
    background: #f7faff;
    padding: 15px 30px;
    border: 1px solid #f1f1f1;
    margin-top: 30px;
}

.blog-share-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.blog-share-icon span {
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    color: #1a2b3c;
}

ul.share-icon-list {
    margin-left: 15px;
}

ul.share-icon-list li {
    display: inline-block;
    margin-right: 10px;
}

ul.share-icon-list li:hover a {
    color: #fff;
    background: #ff60a3;
}

ul.share-icon-list li a {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #1a2b3c;
    background: #fff;
    border-radius: 50%;
    line-height: 40px;
    width: 40px;
    height: 40px;
    transition: .3s all;
    border: 1px solid #f1f1f1;
}

ul.share-icon-list li a i {}

ul.blog-comments-count {
    margin: 8px 0;
}

ul.blog-comments-count li {
    font-size: 15px;
    color: #1a2b3c;
    font-weight: 500;
}

ul.blog-comments-count li i {
    margin-right: 5px;
}

/* blog author area css */

.blog-author-area {
    border: 4px solid #f1f1f1;
    display: flex;
    align-items: start;
    justify-content: center;
    padding: 35px 25px;
    background: #f7faff;
    margin: 60px 0;
}

.blog-author-img {
    width: 360px;
    height: auto;
    margin-right: 20px;
}

.blog-author-img img {
    border-radius: 50%;
}

.author-desig {
    margin-bottom: 18px;
}

.author-desig h3 {
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
    color: #010101;
    font-family: '微软雅黑', sans-serif;
}

.blog-author-area p {
    font-size: 15px;
    color: #878991;
}

/* related post area css */

.post-heading {
    margin-bottom: 30px;
}

.post-heading h3 {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: '微软雅黑', sans-serif;
}

/* recent comments area css */

.comments-box {
    margin-bottom: 40px;
}

.comments-avatar {
    float: left;
    width: 150px;
}

.comments-avatar img {
    border-radius: 50%;}

.comments-text {
    overflow: hidden;
    padding-left: 30px;
}

.avatar-name-date {
    overflow: hidden;
}

.avatar-name-date > h5 {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    color: #1a2b3c;
    font-family: '微软雅黑', sans-serif;
}

.avatar-name-date span {
    text-transform: capitalize;
    font-weight: 400;
    font-size: 14px;
    margin: 10px 0 12px;
    display: block;
    color: #333333;
    font-family: '微软雅黑', sans-serif;
}

.comments-text > p {
    margin-bottom: 20px;
    color: #878991;
    font-size: 15px;
}

.comments-text > a {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: #1a2b3c;
    font-family: '微软雅黑', sans-serif;
}

.comments-reply {
    padding-left: 130px;
}

.post-comments-form input.form-control {
    border-radius: 0;
    box-shadow: none;
    color: #777777;
    height: 50px;
    margin-bottom: 30px;
    background: #f7faff;
    border: none;
}

.post-comments-form textarea.form-control {
    border-radius: 0;
    box-shadow: none;
    color: #777777;
    height: 133px;
    margin-bottom: 30px;
    background: #f7faff;
    border: none;
    padding: 15px;
}

/* contact area css */

.contact-info-icon {
    display: inline-block;
    background: #f7faff;
    border-radius: 50%;
    border: 4px solid #f1f1f1;
    width: 100px;
    height: 100px;
}

.contact-info-icon img {
    padding: 25px 0;
}

ul.contact-info {
    margin-top: 35px;
}

ul.contact-info li,
ul.contact-info li a {
    font-size: 18px;
    color: #1a2b3c;
    font-weight: 500;
    margin-bottom: 0px;
    font-family: '微软雅黑', sans-serif;
}

#apork-map {
    width: 100%;
    height: 400px;
}

/* contact form area css */

.apork-contact-form input.form-control {
    border-radius: 0;
    box-shadow: none;
    color: #777777;
    height: 50px;
    margin-bottom: 30px;
    background: #f7faff;
    border: none;
}

.apork-contact-form textarea.form-control {
    border-radius: 0;
    box-shadow: none;
    color: #777777;
    height: 133px;
    margin-bottom: 30px;
    background: #f7faff;
    border: none;
    padding: 15px;
}

/* error area css */

.error-content {
    margin-top: 100px;
}

.error-content h2 {
    color: #1a2b3c;
    font-family: '微软雅黑', sans-serif;
    font-size: 66px;
    font-weight: 700;
    text-transform: capitalize;
}

.error-content h2 span {
    color: #ff60a3;
}

.error-content p {
    margin: 45px 0;
}